projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380ca9b
)
GtkModelMenuItem: put some space between icon and label
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 29 Nov 2014 05:01:49 +0000
(
00:01
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 29 Nov 2014 05:01:49 +0000
(
00:01
-0500)
This makes the bloatpad icons menu look slightly less odd.
gtk/gtkmodelmenuitem.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmodelmenuitem.c
b/gtk/gtkmodelmenuitem.c
index d27248b2538275176a9e35dad7a06aaa3e80cae5..dff3503b4f23037d0e7f47fb97662f2c57daa686 100644
(file)
--- a/
gtk/gtkmodelmenuitem.c
+++ b/
gtk/gtkmodelmenuitem.c
@@
-174,7
+174,7
@@
gtk_model_menu_item_set_icon (GtkModelMenuItem *item,
if (icon == NULL)
return;
- box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL,
0
);
+ box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL,
6
);
/* Reparent the child without destroying it */
g_object_ref (child);